Pokemon Sprites
@Serializable
Sprites are images used to depict Pokémon in the game. See: https://pokeapi.co/docs/v2#pokemonsprites
Parameters
back Default
The default back sprite for this Pokémon.
back Shiny
The shiny back sprite for this Pokémon.
front Default
The default front sprite for this Pokémon.
front Shiny
The shiny front sprite for this Pokémon.
back Female
The female back sprite for this Pokémon.
back Shiny Female
The female shiny back sprite for this Pokémon.
front Female
The female front sprite for this Pokémon.
front Shiny Female
The female shiny front sprite for this Pokémon.
other
Other sprites for this Pokémon.
versions
Sprites for this Pokémon in different versions.
Constructors
Link copied to clipboard
constructor(backDefault: String?, backShiny: String?, frontDefault: String?, frontShiny: String?, backFemale: String?, backShinyFemale: String?, frontFemale: String?, frontShinyFemale: String?, other: OtherGameSprites, versions: VersionGameSprites)